Release 10.1A: OpenEdge Getting Started:
Object-oriented Programming
VALID-OBJECT function
VALID-OBJECTis a built-inLOGICALfunction that verifies the validity of an object reference. If the object has been deleted or equals the Unknown value (?), the reference is not valid.This is the syntax for the
VALID-OBJECTfunction:
Element descriptions for this syntax diagram follow:
object-referenceAn object reference defined as any class or interface type.
If the object reference points to an object that is currently instantiated,
VALID-OBJECTreturnsTRUE. Otherwise, it returnsFALSE.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |